Namespace - LJCWinFormControls
Parameters
text - The text value.
leadingSpaces - The number of leading spaces to convert.
outputSpaces -
The number of spaces to which the leading
spaces are converted.
Returns
The modified text.
Syntax
C# |
public static String LJCSetLeadingSpacesToSpaces(String text, Int32 leadingSpaces = 8, Int32 outputSpaces = 4)
|
Sets the leading spaces to a different number of spaces.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.